Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / SelectionStyle Property

In This Topic
    SelectionStyle Property (C1ListView<T>)
    In This Topic
    Gets or sets the style of the selection.
    Syntax
    'Declaration
     
    
    Public Property SelectionStyle As C1Style
    public C1Style SelectionStyle {get; set;}
    See Also